ComponentOne Xamarin.iOS
DisableAnimations Method


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : DisableAnimations Method
Disable the animations caused by the operations that are performed inside the using block of the returned IDisposable.
Syntax
'Declaration
 
Public Function DisableAnimations() As IDisposable
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As IDisposable
 
value = instance.DisableAnimations()
public IDisposable DisableAnimations()
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members